toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]StartPresentationCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
StartPresentationCallback
.
Members
Constructors
Start
Presentation
Callback.
Action
Link copied to clipboard
public
void
StartPresentationCallback.Action
(
Consumer
<
StartPresentation.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Cancels the start of the presentation.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
start
Link copied to clipboard
public
void
start
(
MediaReceiver
receiver
)
Starts the presentation on the
receiver
.